DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / DeleteCommand Property

In This Topic
    DeleteCommand Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Gets or sets an SQL statement to delete records from the data source.
    Syntax
    'Declaration
     
    Public Shadows Property DeleteCommand As TCommandImpl
    public new TCommandImpl DeleteCommand {get; set;}
    See Also